|
MAXREFDES82# Code Documentation
V01.00
Maxim Smart Force Sensor
|
This file is the CDC application main file. More...
Functions | |
| void | HAL_UART_MspInit (UART_HandleTypeDef *huart) |
| UART MSP Initialization This function configures the hardware resources used in this application: | |
| void | HAL_UART_MspDeInit (UART_HandleTypeDef *huart) |
| UART MSP De-Initialization This function frees the hardware resources used in this application: | |
This file is the CDC application main file.
| void HAL_UART_MspDeInit | ( | UART_HandleTypeDef * | huart | ) |
UART MSP De-Initialization This function frees the hardware resources used in this application:
- Disable the Peripheral's clock
- Revert GPIO, and NVIC configuration to their default state
| huart,: | UART handle pointer |
| None |
Definition at line 148 of file stm32f4xx_hal_msp.c.
| void HAL_UART_MspInit | ( | UART_HandleTypeDef * | huart | ) |
UART MSP Initialization This function configures the hardware resources used in this application:
- Peripheral's clock enable
- Peripheral's GPIO Configuration
- NVIC configuration for UART interrupt request enable
| huart,: | UART handle pointer |
| None |
Definition at line 68 of file stm32f4xx_hal_msp.c.